Skip to content

Urban center information by city id

GET
/api/v1/UrbanCenter/city/{cityId}

This endpoint returns a list of urban centers with the provided city id

Parameters

Path Parameters

cityId*
Typeinteger
Required
Format"int32"

Responses

OK

application/json
JSON
[
{
"id": 0,
"cityId": 0,
"code": "string",
"name": "string",
"type": "string",
"longitude": 0,
"latitude": 0
}
]

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License